home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / remlib.lha / RemLib.doc < prev   
Text File  |  1995-11-02  |  955b  |  32 lines

  1. RemLib 37.1:
  2.  
  3.     Just a small utility that will remove single library from memory. Its
  4. command line interface is:
  5.  
  6.     LIB/A,FORCE/S
  7.  
  8.     LIB is the library name to remove. This MUST contain the .library, or
  9. .datatype or .gadget etc.
  10.  
  11.     RemLib checks the open count. If it is 0, then it calls RemLibrary()
  12. on that library. Otherwise it will give an error message. Use the FORCE option
  13. to forcefully Remove() the library in this case. If the FORCE option is used,
  14. it will only forcefully Remove the library if its open count is not 0. In
  15. otherwords, it will always RemLibrary() the library if possible.
  16.  
  17.     No bugs known. I take no responsibility for any damages resulting
  18. directly or indirectly from using this program.
  19.  
  20.     C source is available from me - just ask.
  21.  
  22.     Any comments, bug reports, gifts, money can be sent to:
  23.  
  24. e-mail:
  25.     stuartm@zip.com.au
  26.  
  27. snail-mail:
  28.     Stuart MacKinnon
  29.     6/5 Abbey Street
  30.     Randwick NSW
  31.     Australia 2031
  32.